home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / var / lib / dpkg / info / x-ttcidfont-conf.postrm < prev    next >
Text File  |  2008-06-17  |  474b  |  25 lines

  1. #! /bin/sh
  2.  
  3. set -e
  4.  
  5. CONF='/etc/defoma/config/x-ttcidfont-conf.conf'
  6.  
  7. if [ "$1" = purge ]; then
  8.   /bin/rm -f $CONF $CONF~
  9. fi
  10.  
  11. # Automatically added by dh_installdebconf
  12. if [ "$1" = purge ] && [ -e /usr/share/debconf/confmodule ]; then
  13.     . /usr/share/debconf/confmodule
  14.     db_purge
  15. fi
  16. # End automatically added section
  17. # Automatically added by dh_installdefoma
  18. if [ "$1" = "purge" ]; then
  19.     rm -rf /var/lib/defoma/x-ttcidfont-conf.d/
  20. fi
  21. # End automatically added section
  22.  
  23.  
  24. exit 0
  25.